home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Frameworks
/
Extension Shell 1.4
/
Extension Shell 1.4 (Source)
/
NotifyMsg.h
< prev
next >
Wrap
Text File
|
1995-10-31
|
481b
|
22 lines
/* NAME:
NotifyMsg.h
WRITTEN BY:
Dair Grant
DESCRIPTION:
Header file for NotifyMsg.c.
___________________________________________________________________________
*/
#ifndef __NOTIFYMSG__
#define __NOTIFYMSG__
//=============================================================================
// Function prototypes
//-----------------------------------------------------------------------------
pascal void NotificationMsg(short errStrings, short theErr);
#endif